projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cd8b2
)
(customize-menu-create): Fix the :filter.
author
Dave Love
<fx@gnu.org>
Fri, 12 Jan 2001 12:58:03 +0000
(12:58 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 12 Jan 2001 12:58:03 +0000
(12:58 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 452628e02569ec8f8804071335837e1df262b983..a9358d66703a713bbdd5498d4565fbad3870745b 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-3708,7
+3708,7
@@
The format is suitable for use with `easy-menu-define'."
(setq name "Customize"))
`(,name
:filter (lambda (&rest junk)
- (c
dr (custom-menu-create ',symbol)
))))
+ (c
ustom-menu-create ',symbol
))))
;;; The Custom Mode.